How to use Docker
Install and configure docker
sudo apt install docker.io
Install docker container
code?
List all installed docker images
sudo docker images
Get the list of all Images
docker images
Get docker processes
sudo docker ps -a
Remove image from docker
docker rm <container_id>
Note: only the first three digits are required)